if (isset(f5)) {
  load.pic(v0);
  draw.pic(v0);
  discard.pic(v0);
  if(v1 == 17){
  position(o0,45,89);
  v6 = 6;
  status.line.on();
  accept.input();
  }
 if(v1 == 9){

  position(o0,145,121);
  status.line.on();
  accept.input();
   }
 if(v1 == 22){

  position(o0,14,79);
  status.line.on();
  accept.input();
  v6 = 4;

  }
  draw(o0);
  show.pic();

    }
  if(said("look","house")){
  print("it's dark grey and there are many windows.");
    }
  if(said("knock","door")){
  print("Hello is there anyone........? I guess not.");



  }
  if(said("look","street")){
  print("It's dark grey and black.");

  }
  if(said("look","door")){
  print("It's brown.");

  }
  if(said("look")){
  print("You're at the corner of Teddy street and Garfield avenue and There's a book store.");
}
if(posn(o0,0,33,5,167)){
new.room(22);

}
if (v2 == 2) {
  new.room(9);
  }
if(posn(o0,46,75,52,84)){
new.room(17);


}
return();